php delete file

36

if(file_exists($file)) {
	unlink($file);
} 

Comments

Submit
0 Comments